body, html{
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
	}

/*Navigace*/
nav {
	background: YellowGreen;
	margin: 0px auto;
	display: block;

}
nav ul {
	width: 900px;
	margin: 0px auto;
}

nav ul li {
	width: 120px;
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	border-bottom: 2px solid White;
}
.tanmania {
	background: olivedrab;
	padding-bottom: 30px;
}
.tanmania img{
	display: block;
    margin: 0px auto;
    position: relative;
    top: 10px;
    width: 70%;
}
.icon img {
	width: 100px;
	position: absolute;
	top: 100px;
	right: 1353px;
}
h1 {
	color: DarkOliveGreen;
	font-size: 30px;
	display: block;
	margin: 0px auto;
	text-align: center;
	text-shadow: 2px 2px 50px gray;
    background: WhiteSmoke;
	padding-top: 15px;
	padding-bottom: 15px;
}

table {
	margin: 0px auto;
	padding: 5px;
	max-width: 1250px;
}
table tr {
	margin: 0px auto;
}
table tr td{
	padding: 10px;


}
table tr td p {
	max-width: 600px;
}
table tr td img {
	box-shadow: 10px 5px 8px gray;
}
main div a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: goldenrod;
	font-size: 40px;
	margin-bottom: 100px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}